FLATPAK HISTORY(1) | flatpak history | FLATPAK HISTORY(1) |
NAME¶
flatpak-history - Show history
SYNOPSIS¶
flatpak history [OPTION...]
DESCRIPTION¶
Shows changes to the flatpak installations on the system. This includes installs, updates and removals of applications and runtimes.
By default, both per-user and system-wide installations are shown. Use the --user, --installation or --system options to change this.
The information for the history command is taken from the systemd journal, and can also be accessed using e.g. the journalctl command.
OPTIONS¶
The following options are understood:
-h, --help
--user
--system
--installation=NAME
--since=TIME
TIME can be either an absolute time in a format like YYYY-MM-DD HH:MM:SS, or a relative time like "2h", "7days", "4days 2hours".
--until=TIME
--reverse
-v, --verbose
--ostree-verbose
--columns=FIELD,...
Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to change ellipsization.
FIELDS¶
The following fields are understood by the --columns option:
time
change
ref
application
arch
branch
installation
This will be either the ID of a Flatpak installation, or the path to a temporary OSTree repository.
remote
This will be either the name of a configured remote, or the path to a temporary OSTree repository.
old-commit
commit
url
user
If this is the system helper operating as root, also show which user triggered the change.
tool
If this is the system helper, also show which tool was used to triggered the change.
all
help
Note that field names can be abbreviated to a unique prefix.
SEE ALSO¶
flatpak |